lcPaint_PtbufAddCircle2 Home

Adds a set of points into a points buffer. The points represent a circle shape, defined by 2 opposite points.

 BOOL lcPaint_PtbufAddCircle2 (
   HANDLE hPtbuf,
   double X1,
   double Y1,
   double X2,
   double Y2,
   int Resol
 );

Parameters
hPtbuf
  Handle to points buffer.
X1 Y1
  First point coordinates.
X2 Y2
  Opposite point coordinates.
Resol
  A number of created points (8 - 512). Faster generation will be with numbers 8, 16, 32, 64, 128, 256, 512.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddCirclelcPaint_PtbufAddCircle3